home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / progjour / 1991 / 02 / monoicon.mak < prev    next >
Text File  |  1991-01-08  |  264b  |  7 lines

  1. monoicon.obj:   monoicon.c 
  2.                 cl -c -AS -G2sw -Od -Zi monoicon.c
  3.  
  4. monoicon.exe:   monoicon.obj monoicon.def
  5.                 link monoicon /NOD /CO, monoicon, monoicon, libw slibcew gmhook monoscrn, monoicon.def
  6.                 rc monoicon.exe
  7.